projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49e907d
)
Comment changes.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 17 Feb 1994 23:33:02 +0000
(23:33 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 17 Feb 1994 23:33:02 +0000
(23:33 +0000)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 673f6ff62302d9ddfc0d59e98979635c15cf6cf2..5580fbdda698bd007a556e0fc7598a4807258cec 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-4255,6
+4255,7
@@
x_catch_errors ()
/* If any X protocol errors have arrived since the last call to
x_catch_errors or x_check_errors, signal an Emacs error using
sprintf (a buffer, FORMAT, the x error message text) as the text. */
+
void
x_check_errors (format)
char *format;
@@
-4272,6
+4273,8
@@
x_check_errors (format)
}
}
+/* Stop catching X protocol errors and let them make Emacs die. */
+
void
x_uncatch_errors ()
{